home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 876 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: w352zrz.zrz.TU-Berlin.DE!rawneiha
  2. From: rawneiha@w352zrz.zrz.TU-Berlin.DE (Philipp Boerker)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: TMapping again!
  5. Date: 12 Jan 1996 12:59:30 GMT
  6. Organization: Technical University Berlin, Germany
  7. Message-ID: <4d5lvi$emc@brachio.zrz.TU-Berlin.DE>
  8. References: <4d0ou6$835@astfgl.idb.hist.no> <Z31Wx*zA0@mkmk.in-chemnitz.de> <4d42di$9e9@maureen.teleport.com>
  9. NNTP-Posting-Host: w352zrz.zrz.tu-berlin.de
  10.  
  11. sschaem@teleport.com (Stephan Schaem) writes:
  12.  
  13. >Andre Weissflog (floh@mkmk.in-chemnitz.de) wrote:
  14. >: In article <4d0ou6$835@astfgl.idb.hist.no>, Lasse Staff Jensen writes:
  15.  
  16. > I think he was mentiontioning this map code:
  17.  
  18. >    REPEAT    32
  19. >1)    move.b    (a0,d0.w),(a1)+
  20. >2)    addx.l    d1,d0
  21. >    ENDR
  22.  
  23. >: > What do you guys do when the delta values are negative?
  24. >: > Clearly an addx.l will not work
  25.  
  26. > In the example above I dont think it will work with neg number.
  27. > Because the msbit of X if neg will have an effect on Y.
  28.  
  29. The example above doesn't work anyway. You always need fraction
  30. bits for both x- and y-adder.
  31.  
  32.  
  33. > people compare to quickly a tmap program on a 66mhz 486 and a
  34. > a1200... to see x86 true code speed they should run it on a
  35. > 12mhz 286.
  36.  
  37. Yes, I agree. Sharon, one of the coders of matrix, is actually a
  38. PC coder but his polygon engine on a 33 MHz 486 is slower than
  39. our (Sharon, Grond, Skyphos all/matrix) engine on a 25 MHz 030!
  40. And think of not having chunky screens, not having L2 cache,
  41. not having 8kb L1 cache...
  42. That's the power of a large register set!
  43.  
  44. Gee, how am I waiting for the 32 regs of the PPC... 8)
  45.  
  46.  
  47. Greets,
  48. Phil.
  49. ----------------------------
  50. grond/matrix
  51. rawneiha@sp.zrz.tu-berlin.de
  52. ----------------------------
  53.